Skip to content
View amaurybsouza's full-sized avatar
:octocat:
Automating everything!
:octocat:
Automating everything!

Highlights

  • Pro

Organizations

@Terraform-Tutorials @Ansible-Tutorials @Kubernetes-Tutorialz @Docker-Tutorialz

Block or report amaurybsouza

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
amaurybsouza/README.md

git

Hi, I'm Amaury!๐Ÿ‘

Experienced Cloud Security Engineer and Leader. Professor & Tech Writer with 12+ years in the industry. Recognized Community Leader (AWS, HashiCorp, DoDs), who actively supports the tech ecosystem by writing technical content, organizing meetups, and contributing to community events. Passionate about AI/ML, loves automation tools, ethical hacking, and Linux. I specialize in Cloud Security, automation, and AI-driven solutions. To discuss further, please connect with me on my LinkedIn.

Pinned Loading

  1. iac-practice iac-practice Public

    โ˜ธ๏ธ๐Ÿš€๐Ÿ—๏ธA bit automation with Terraform to provision an EC2 instance (infrastructure as Code) on AWS and using Ansible to install Docker on this instance. A excellent hands-on to practice the union ofโ€ฆ

    HCL 18

  2. zabbix-otrs-integrating zabbix-otrs-integrating Public

    ๐Ÿš€๐Ÿ’ป๐Ÿ“šA BIG hands-on of how you can Integrate OTRS 6 ticket system with Zabbix, it's had installed using versions Zabbix 3.4 and OTRS 6. Please, onsulte the documentation of Zabbix before to start theโ€ฆ

    Python 4 2

  3. devops-cheatsheet devops-cheatsheet Public

    ๐Ÿง๐Ÿ‘จโ€๐Ÿ’ป๐Ÿš€This DevOps cheatsheet helps you with the most commonly and used commands for easy reference like Linux, Ansible, Terraform, Docker, Kubernetes, AWS Cloud, Git, Gitlab and olthers (constantly โ€ฆ

    35 20

  4. main.tf main.tf
    1
    module "gitLab_deploy" {
    2
      source = "../modules/gitLab_app"
    3
      app_region = "us-east-1"
    4
      ami = "ami-04505e74c0741db8n"
    5
    }
  5. scripts-bash scripts-bash Public

    The practical way how to use scripting (bash), some examples of script from basic to advanced for infrastructure automation and daily routine working on LINUX servers. (constantly updating)

    Shell 4 3

  6. automate-devsecops automate-devsecops Public

    ๐Ÿ›ก๏ธ๐Ÿ”’๐Ÿ”‘ This repository contains information about DevSecOps and how to get involved in this community effort. These repositories are meant to help build a community around DevOps + Security experimenโ€ฆ

    1